home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / FDF101.ARJ / FDFSTAT.H < prev    next >
Text File  |  1992-04-29  |  243b  |  9 lines

  1.  
  2. /* fdfstat.c */
  3. void update_total_bytes(long f_size);
  4. void update_total_del_bytes(long f_size);
  5. void update_num_files(void);
  6. void update_num_which_dupd(void);
  7. void update_num_dups(unsigned n_dups, long bytes);
  8. void print_stats(void);
  9.